活动
最新
False
生产力活动
Last updated 2024年7月1日

下载电子邮件附件

下载与电子邮件关联的附件。

命名空间:UiPath.Gsuite.Activities.API

程序集:UiPath.Gsuite.Activities.API(在 UiPath.Gsuite.Activities.API.dll 中)

重载

表 1.
重载描述
DownloadEmailAttachments(IMail)下载与给定邮件关联的附件。
DownloadEmailAttachments(String)下载与具有给定消息 ID 的电子邮件相关的附件。

DownloadEmailAttachments(IMail)

下载与给定邮件关联的附件。

public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	IMail mail
)public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	IMail mail
)
mail IMail
要从中下载附件的电子邮件。

DownloadEmailAttachments(String)

下载与具有给定消息 ID 的电子邮件相关的附件。

public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	string messageId
)public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	string messageId
)
messageId String
要从中下载附件的电子邮件的 ID。

返回值

IReadOnlyDictionary<IMailAttachmentInfo, Stream> - 从附件信息到关联流数据的字典。

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.